Package com.cisco.pt.ipc.sim.impl
Class PolicyMapParameterStatementImpl
java.lang.Object
com.cisco.pt.ipc.impl.IPCObjectImpl
com.cisco.pt.ipc.sim.impl.PolicyMapParameterStatementImpl
- All Implemented Interfaces:
IPCObject,PolicyMapParameterStatement
public class PolicyMapParameterStatementImpl
extends IPCObjectImpl
implements PolicyMapParameterStatement
Information provided by the PKI file:
\class CPolicyMapParameterStatement
\brief CPolicyMapParameterStatement holds service-policy configuration
\example network().getDevice("Router0").getServicePolicyManager()
- Author:
- Auto-generated
-
Field Summary
Fields inherited from class com.cisco.pt.ipc.impl.IPCObjectImpl
accessMessage, ipcFactory, packetTracerSession -
Constructor Summary
ConstructorsConstructorDescriptionPolicyMapParameterStatementImpl(IPCFactory ipcFactory, PacketTracerSession packetTracerSession, IPCMessageLTV accessMessage) -
Method Summary
Modifier and TypeMethodDescriptionInformation provided by the PKI file:toString()Information provided by the PKI file:Methods inherited from class com.cisco.pt.ipc.impl.IPCObjectImpl
getAccessMessage, getClassName, getFactory, getObjectUUID, getPacketTracerSession, sendMessage, sendMessageWithReturn, translateToCommandStatusStringPairMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface com.cisco.pt.ipc.IPCObject
getAccessMessage, getClassName, getFactory, getObjectUUID, getPacketTracerSession
-
Constructor Details
-
PolicyMapParameterStatementImpl
public PolicyMapParameterStatementImpl(IPCFactory ipcFactory, PacketTracerSession packetTracerSession, IPCMessageLTV accessMessage)
-
-
Method Details
-
toPduString
Information provided by the PKI file:
\brief Returns the configuration in string to show on pdu detail \return string, the configuration in string to show on pdu detail.- Specified by:
toPduStringin interfacePolicyMapParameterStatement- Returns:
- String Returns a String
-
toString
Information provided by the PKI file:
\brief Return the configuration in string return string, the configuration in string.- Specified by:
toStringin interfacePolicyMapParameterStatement- Overrides:
toStringin classObject- Returns:
- String Returns a String
-